home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / shgmdemo.dir / 00005.ls < prev    next >
Encoding:
Text File  |  1995-12-06  |  212 b   |  17 lines

  1. on enterFrame
  2.   if rollOver(3) then
  3.     go("more button1")
  4.     exit
  5.   else
  6.     if rollOver(7) then
  7.       go("more return")
  8.       exit
  9.     end if
  10.   end if
  11.   go("more screen")
  12. end
  13.  
  14. on exitFrame
  15.   go(the frame)
  16. end
  17.